home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000013_the.earth.below@cinenet.net_Thu Apr 4 09:23:43 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  74 lines

  1. Article: 13282 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newshub.northeast.verio.net!verio!netnews.com!isdnet!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
  3. From: Dark Moon <the.earth.below@cinenet.net>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Building Kermit 8.0.201 on Irix 6.5
  6. Date: Wed, 03 Apr 2002 21:32:01 -0800
  7. Organization: Less and less each day..          
  8. Message-ID: <RV+q8AeH4usM092yn@cinenet.net>
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Newsreader: Yarn 0.92 with YES 0.22
  13. X-Posting-Agent: UQWK 3.10devel/nntp+auth/nntp posting/scoring
  14. X-Complaints-To: newsabuse@supernews.com
  15. Lines: 56
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13282
  17.  
  18. I've tried cc and gcc both.  Here are some results:
  19.  
  20. {shell01:1:1} ~>gcc -v
  21. Reading specs from /usr/local/lib/gcc-lib/mips-sgi-irix6.5/3.0.2/specs
  22. Configured with: ../gcc-3.0.2/configure
  23. Thread model: single
  24. gcc version 3.0.2
  25. {shell01:2:1} ~>cc -version
  26. MIPSpro Compilers: Version 7.30
  27. {shell01:3:1} ~>cd kermit
  28. {shell01:4:1} ~/kermit>make irix65
  29. Making C-Kermit "8.0.201" for SGI IRIX 6.5
  30. Includes fullscreen file display and Yellow Pages...
  31. Add -mips<n> to specify a particular hardware target.
  32.         make xermit KTARGET=${KTARGET:-irix6x} \
  33.         "CFLAGS = -DSVR4 -DDIRENT -DNOGETUSERSHELL \
  34.         -DNOLISTEN -DPWID_T=uid_t -DCK_ANSIC \
  35.         -DSELECT -DCK_RTSCTS -O -DIRIX65 -DCK_RTSCTS -DNOLATIN2 -DNOHEBREW -DNOK
  36. ANJI -DNOCYRIL -DNOUNICODE -DNOLOCAL -DNONET -DNOHELP -DNODEBUG -DNOFTP -DNOHTTP
  37.  -OPT:Olimit=0 -woff 1110,1552,1174 " \
  38.         "LIBS = " "LNKFLAGS = -s -Wl,-woff,84"
  39.         cc -DSVR4 -DDIRENT -DNOGETUSERSHELL -DNOLISTEN -DPWID_T=uid_t -DCK_ANSIC
  40.  -DSELECT -DCK_RTSCTS -O -DIRIX65 -DCK_RTSCTS -DNOLATIN2 -DNOHEBREW -DNOKANJI -D
  41. NOCYRIL -DNOUNICODE -DNOLOCAL -DNONET -DNOHELP -DNODEBUG -DNOFTP -DNOHTTP -OPT:O
  42. limit=0 -woff 1110,1552,1174  -DKTARGET=\"irix65\" -c ckcmai.c
  43. cc-1020 cc: ERROR File = ckcmai.c, Line = 2392
  44.   The identifier "CF_CMDL" is undefined.
  45.  
  46.               dodo(x,NULL,CF_CMDL);       /* set up for macro execution */
  47.                           ^
  48.  
  49. 1 error detected in the compilation of "ckcmai.c".
  50. *** Error code 2 (bu21)
  51. *** Error code 1 (bu21)
  52. *** Error code 1 (bu21)
  53. {shell01:5:1} ~/kermit>make irix64gcc
  54. Making C-Kermit "8.0.201" for Silicon Graphics IRIX 6.4 gcc
  55.         make xermit KTARGET=${KTARGET:-irix64gcc} "CC = gcc" "CC2 = gcc" \
  56.         "CFLAGS= -O4 -DSVR4 -DIRIX65 -DNOLISTEN -DNOLATIN2 -DNOHEBREW \
  57.         -DNOKANJI -DNOCYRIL -DNOUNICODE -DNOLOCAL -DNONET -DNOHELP \
  58.         -DNODEBUG -DNOFTP -DNOHTTP -DNOCOTFMC \
  59.         " "LIBS= -lcrypt"
  60.         gcc -O4 -DSVR4 -DIRIX65 -DNOLISTEN -DNOLATIN2 -DNOHEBREW -DNOKANJI -DNOC
  61. YRIL -DNOUNICODE -DNOLOCAL -DNONET -DNOHELP -DNODEBUG -DNOFTP -DNOHTTP -DNOCOTFM
  62. C  -DKTARGET=\"irix64gcc\" -c ckcmai.c
  63. ckcmai.c: In function `doicp':
  64. ckcmai.c:2392: `CF_CMDL' undeclared (first use in this function)
  65. ckcmai.c:2392: (Each undeclared identifier is reported only once
  66. ckcmai.c:2392: for each function it appears in.)
  67. *** Error code 1 (bu21)
  68. *** Error code 1 (bu21)
  69. {shell01:6:1} ~/kermit>
  70.  
  71.  
  72. Thanks for your help,
  73. Jeff
  74.